1.【无线】地方时
1.the time in a particular part of the world
1.This example uses the My. Computer. Clock. LocalTime property to display the local time of the computer on which the code runs.
本示例使用My.Computer.Clock.LocalTime属性来显示运行代码的计算机的本地时间。
2.The localtime() function returns an array that contains the time components of a Unix timestamp.
函数的作用是:以数组的形式返回本地时间。
3.This number allows me to discriminate between messages from stream 0 (localtime) and stream 1 (GMT).
这个编号让我们可以区分开流0(本地时间)和流1(GMT)的消息。
4.The sample application uses the SystemClock to obtain an instance of LocalTime initialized to the system time
样例应用程序使用SystemClock获取被初始化为系统时间的LocalTime的一个实例
5.You can also create a LocalTime by explicitly providing the value of each field it can hold
也可以通过显式地提供所含的每个字段的值来创建LocalTime